IApi.WriteAxisMop method

Writes a value of the Modes of Operation variable into an axis.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsError WriteAxisMop(
       int Index,
       byte Value
)
Function WriteAxisMop(
       Index As Integer,
       Value As Byte
) As KsError

Parameters

Index

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

 

Value

Type: byte

The value to write.

Return value

Type: KsError

A return code of a method.

Remarks

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

IApi Interface

IntervalZero.KINGSTAR.Base.Api Namespace